-
Notifications
You must be signed in to change notification settings - Fork 54
Add python modules that uses the CGAL binding #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add python modules that uses the CGAL binding #567
Conversation
…in to generate mesh from a pointcloud or a surfacic polyhedron
|
I tested it, it works 👍 |
|
We could also move the generateMesh.py example into a |
…on_lib_suggestionHT Improve sofa-framework#567
alxbilger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a mesh file torus.obj here. Check if you can remove the one from this PR.
|
|
||
| class CGAL_Mesh_from_pointcloud(CGAL_Mesh_from): | ||
| def __init__(self, pointcloud ): | ||
| print(f"Transformaing input data into CGAL data structure...") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo


Add python modules that uses the CGAL binding instead of the CGALPlugin to generate mesh from a pointcloud or a surfacic polyhedron
This PR goes along with the two following PRs:
SOFA #5869
CGALPlugin #42